home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / CMAcceleration.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  65 lines

  1. /*
  2.      File:        CMAcceleration.idl
  3.  
  4.      Contains:    ColorSync 2.0 Acceleration Component Interfaces
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __CMACCELERATION_IDL__
  19. #define __CMACCELERATION_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __MEMORY_IDL__
  25. #include <Memory.idl>
  26. #endif
  27. #ifndef __COMPONENTS_IDL__
  28. #include <Components.idl>
  29. #endif
  30. #ifndef __CMAPPLICATION_IDL__
  31. #include <CMApplication.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  37. /* -------------------------------------- version info */
  38. /* -------------------------------------- Component Type */
  39. /* -------------------------------------- Required Component function selectors */
  40. /* -------------------------------------- table data for acceleration component */
  41. typedef SOMLargeStruct            CMAccelerationTableData;    /* Derived from a struct of 76 bytes in size */
  42.  
  43. typedef OpaquePtr                CMAccelerationTableDataPtr;    /* Substituted OpaquePtr for ``CMAccelerationTableData*'' */
  44.  
  45. typedef OpaquePtr                CMAccelerationTableDataHdl;    /* Substituted OpaquePtr for ``CMAccelerationTableDataPtr*'' */
  46.  
  47. /* -------------------------------------- calc data for acceleration component */
  48. typedef SOMLargeStruct            CMAccelerationCalcData;        /* Derived from a struct of 20 bytes in size */
  49.  
  50. typedef OpaquePtr                CMAccelerationCalcDataPtr;    /* Substituted OpaquePtr for ``CMAccelerationCalcData*'' */
  51.  
  52. typedef OpaquePtr                CMAccelerationCalcDataHdl;    /* Substituted OpaquePtr for ``CMAccelerationCalcDataPtr*'' */
  53.  
  54. /*
  55.  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
  56.                 A c c e l e r a t i o n   C o m p o n e n t   I n t e r f a c e s
  57.  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
  58. */
  59. #endif
  60.  
  61. #endif /* __SOMIDL__ */
  62.  
  63. #endif /* __CMACCELERATION_IDL__ */
  64.  
  65.